ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MenuBase<T> Class / CommandParameterPath Property






In This Topic
    CommandParameterPath Property (MenuBase<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CommandParameterPath As System.String
    'Usage
     
    
    Dim instance As MenuBase(Of T)
    Dim value As System.String
     
    instance.CommandParameterPath = value
     
    value = instance.CommandParameterPath
    public System.string CommandParameterPath {get; set;}
    public read-write property CommandParameterPath: System.String; 
    public function get,set CommandParameterPath : System.String
    public: __property System.string* get_CommandParameterPath();
    public: __property void set_CommandParameterPath( 
       System.string* value
    );
    public:
    property System.String^ CommandParameterPath {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also